BasePnLStatisticParameter

StockSharp.Algo.Statistics

The base profit-loss statistics parameter.

Inherits: BaseStatisticParameter<T>

Implements: IPnLStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

Constructors

BasePnLStatisticParameter(StatisticParameterTypes)

The base profit-loss statistics parameter.

type
Type

Methods

Add(DateTime, decimal, decimal?)

To add new data to the parameter.

marketTime
The exchange time.
pnl
The profit-loss value.
commission
Commission.